From 07cd72dd35a84e307af26310fe98c36017bb0dd2 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 17 Apr 2006 19:46:16 +0000 Subject: [PATCH] Ooopsy. Errors in testo really _should_ be fatal. --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index bd7729a70..9dc778743 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -30,7 +30,7 @@ compare() { ${DIFF} $* || { echo ERROR comparing $* -# exit 1 + exit 1 } } -- 2.30.2